home *** CD-ROM | disk | FTP | other *** search
/ Resource Library: Multimedia / Resource Library: Multimedia.iso / hypertxt / msdos / hydos10 / chcp < prev    next >
Text File  |  1991-05-03  |  1KB  |  24 lines

  1.                                     CHCP
  2.     Selects the code page that DOS will use for country specific devices
  3.                         See also <NLSFUNC> <COUNTRY>
  4.  
  5. CHCP selects that code page for as may devices as possible. This is a
  6. system level command, while MODE is a device level command.
  7.  
  8. COMMAND TYPE: Internal                  VERSION: 3.3 and up
  9.  
  10. USE: CHCP [nnn]
  11. [nnn] specifies the desired code page. If omitted, the currently
  12. active code page and all prepared code pages are reported.
  13.  
  14. NOTES:
  15.  1.  The <NLSFUNC> command must be loaded prior to issuing the CHCP
  16.      command.
  17.  2.  If a device driver has not been prepared for the requested code
  18.      page, CHCP cannot select the code page for that device.  Refer to
  19.      the <MODE> command.
  20.  3.  This command may need to access the <COUNTRY>.SYS file.  If the
  21.      file cannot be found, a FILE NOT FOUND message is displayed.
  22.      Using the <COUNTRY>= statement in the <CONFIG.SYS> file or the
  23.      <NLSFUNC> command, you can tell DOS where to find <COUNTRY>.SYS.
  24.